home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / R-S / Stack Analyzer / background_4396.txt < prev    next >
Encoding:
Text File  |  1989-04-13  |  1.2 KB  |  60 lines

  1. -- background: 4396 from stack: in
  2. -- bmap block id: 3882
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Text Card Bkgnd
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=0 top=20 right=323 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: Display Analysis
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=0 top=322 right=341 bottom=68
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 19381 / 19381
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Prev1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect wipe right
  37.   go to first card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=64 top=322 right=341 bottom=284
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 19381 / 19381
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Prev2
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect wipe left
  57.   go to first card
  58. end mouseUp
  59.  
  60.